Page History: MOV Function
Compare Page Revisions
Page Revision: 2011/08/03 00:50
MOV( <value>, <periods>, <MAType> )
Computes the moving average of the value over the specified number of periods using the specified moving average type.
Function ParametersParameter | Description |
---|
<value> | The value to compute the moving average of. |
<periods> | The number of periods to compute the moving average over. |
<MAType> | The type of moving average to compute. |
MAType can be specified as follows:
MAType Parameter | Description |
---|
MAType.SMA | Simple moving average. |
MAType.SMMA | Smoothed moving average. |
MAType.EMA | Exponential moving average. |
Back to the Scripting Function Reference